home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / ThinkCPosix 1.1 / sys⁄types.h < prev    next >
Encoding:
Text File  |  1992-09-11  |  249 b   |  13 lines  |  [TEXT/KAHL]

  1. /* $Id: $ */
  2.  
  3. #pragma once
  4.  
  5. typedef unsigned short dev_t;
  6. typedef unsigned short gid_t;
  7. typedef unsigned short ino_t;
  8. typedef unsigned short mode_t;
  9. typedef unsigned char nlink_t;
  10. typedef long off_t;
  11. typedef int pid_t;
  12. typedef unsigned short uid_t;
  13.